@charset "utf-8";
/*******CSS commont*************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}
h1,h2,h3{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-weight:inherit;font-size:inherit;font-family:inherit; border: 0px;}
input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******CSS reset*************/
body{ background: #fff; overflow-x: hidden; color:#333; font-size: 12px; font-family:'Microsoft YaHei','微软雅黑',Arial;}
@media (min-width:1200px) 
{
    body{ font-size: 14px; }
}
@media (min-width:1601px) 
{
    body{ font-size: 15px; }
}
a{color:#333;text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#0163b3; }
.left{float:left;}
.right{float:right;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.clear{clear:both;}
.hidden{display:none;}
.filter_bg8{ filter: alpha(opacity=80); opacity: 0.8; }
.ln1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ln2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln4{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ln5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
} 
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgbox:hover img{width:110%;transition:.36s width;}
.imgboxs{position:relative;overflow:hidden;width:100%;}
.imgboxs:after {content:'';display:block;padding-top:100%;}
.imgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxs:hover img{width:110%;transition:.36s width;}
.simgbox{position:relative;overflow:hidden;width:100%;}
.simgbox:after {content:'';display:block;padding-top:62.3%;}
.simgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.simgbox:hover img{width:110%;transition:.36s width;}
.imgboxss{position:relative;overflow:hidden;width:100%;}
.imgboxss:after {content:'';display:block;padding-top:75.48%;}
.imgboxss img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxss:hover img{width:110%;transition:.36s width;}
.nimgboxs{position:relative;overflow:hidden;width:100%;}
.nimgboxs:after {content:'';display:block;padding-top:58.3%;}
.nimgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.nimgboxs:hover img{width:110%;transition:.36s width;}
 
.jbcolor{background: -moz-linear-gradient(30deg, #0D87D2, #2352AA);
  background: -webkit-gradient(linear,0 100%,100% 0%,from(#0D87D2),to(#2352AA));
  background: -webkit-linear-gradient(30deg, #0D87D2, #2352AA);
  background: -o-linear-gradient(30deg, #0D87D2, #2352AA); color: #fff;}
/*******Css header*******/
#header{ padding: 10px 0px; position: relative;}
.logo{ width: 70%; float: left; }
.logo img{ max-width: 100%; }
.map_open{ height: 28px; line-height: 28px; font-size: 24px; color: #0163b3; position: absolute; right: 55px; top: 50%; margin-top: -14px;}
#mnav{ padding: 8px 0px; }
#mnav a{ color: #fff; width: 25%; float: left; text-align: center; padding:7px 0px; font-size: 13px;}
#mnav a:hover{ color: #f5f80a; font-weight: bold;}
#mnav a.on{ color: #f5f80a; font-weight: bold;}
.header_en{ width: 28px; height: 28px; line-height: 28px; font-size:16px; background:#0163b3;color: #fff; border-radius: 50%; text-align: center; position: absolute; right: 15px; top: 50%; margin-top: -14px; }
@media (min-width:768px) 
{
    #header{ padding: 12px 0px; }
    .logo{ width: 296px; }
    .header_tel{ position: absolute; top: 50%; margin-top: -20px; right: 100px; padding-left: 45px;}
    .header_tel span{ text-align: center; position: absolute; top: 50%; margin-top: -17px; left: 0px; width: 34px; line-height: 34px; height: 34px; background: #f18b00; color: #fff; border-radius: 50%; }
    .header_tel_p1{ color: #999999; height: 18px; line-height: 18px;}
    .header_tel_p2{ font-family:Arial; font-size: 16px; height: 22px; line-height: 22px; color:#f18b00;}
    #mnav a{ width: 12.5%; padding: 8px 0px;}
}
@media (min-width:992px) 
{
    #header{ padding: 15px 0px; }
    .header_tel{ right: 120px; }
    .header_tel_p2{ font-size: 18px; }
}
@media (min-width:1200px) 
{
    #header{ padding: 25px 0px; }
    #header .container{ position: relative; }
    .header_tel{ right: 80px;}
    .header_tel_p2{ font-size:20px;}
    .himg1{ float: left; margin-left: 25px;}
    #nav{ border-top: solid 1px #E1E1E1; position: relative; z-index: 999;}
    #nav .container{ position: relative; z-index: 999;}
    .nav a{ float: left; height: 56px; line-height: 56px; font-size: 16px; width: 11.11%; text-align: center; position: relative;}
    .nav a:after{ content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 0px;
    height: 56px;
    background: #0163b3;}
    .nav a:hover{ color: #fff; }
    .nav a.on{ color: #fff;}
    .nav a:hover:after{ width: 100%; }
    .nav a.on:after{ width: 100%; }
    .header_en{ width: 36px; height: 36px; line-height: 36px; margin-top: -18px; font-size: 20px;}
}
@media (min-width:1601px) 
{
    #header{ padding: 32px 0px 30px 0px; }
    .header_tel{ right: 90px;}
    .header_tel_p1{ font-size:14px;}
    .header_tel_p2{ font-size:22px;}
    .nav{ margin: 0px auto;} 
    .nav a{ height: 66px; line-height: 66px; font-size: 17px;}
    .nav a:after{ height: 66px; }
    .himg1{ margin-left: 35px; }
}
.header_en:hover{ background: #f18b00; color: #fff;}
.map_closes{ height: 61px; line-height: 61px; overflow:hidden; }
.map_closes a{ text-align: center; float: right; margin-right: 2px; }
.map_closes a .iconfont{ font-size: 30px; color:#0163b3; }
.map_close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
#menu_map{ transform: translateY(-100%);transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0 0 50% 50%;
    opacity: 0;position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; background: #fff; width: 100%!important; height: 100%!important; overflow:hidden; }
#menu_map.down {
    border-radius: 0% 0% 0% 0%;
    transform: translateY(0);
    opacity: 1;
}
.navp1{ padding: 10px 0px 10px 30px;  }
.navp1 img{ max-width: 90%; }
.navp2{ padding-left: 30px; font-size: 1.4rem;}
.navp2 b{ font-size: 1.6rem; color: #0163b3; }
.navul{ width: 90%; margin: 15px auto 25px;}
.nav-item{position: relative; margin-bottom: 5px; border-bottom: solid 1px #f5f5f5;}
.nav-item p{overflow: hidden;line-height: 46px;max-height:46px; font-size: 16px; padding: 0px 10px;}
.nav-item p i{ float: right;  color: #666;}
.nav-item p a{ float: left; width: 100%;}
.nav-item.on{ color: #0163b3; }
.nav-item.on a{ color: #0163b3; }
.nav-item.on p i{ color: #0163b3; }
#mbanners{ overflow: hidden; }
#mbanners img{ width: 100%; }
#banners{ overflow: hidden; }
#banners img{ width: 100%;}
#banners a{ width: 100%; float: left; position: relative;}
#banners .swiper-pagination-bullet{ width: 10px; height: 10px;}
#banners.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0px 5px; }
@media (min-width:1601px) 
{
    #banners .swiper-pagination-bullet{ width: 12px; height: 12px;}
    #banners.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0px 6px; }
}
.page_banner{ position: relative; }
.page_banner img{ width: 100%; }
/*******Css home*******/ 
#chan1{ background: url(../images/bg1.jpg) no-repeat; background-size: cover; padding: 20px 0px;}
.chan1_tt{ text-align: center; }
.chan1_tt_p1{ font-size: 20px; }
.chan1_tt_p2{ color: #999; }
.chan1_cls{ position: relative; margin-top: 15px;}
.chan1_scls{ width: 96%; margin: 0px auto; overflow: hidden; }
.chan1_scls .swiper-slide a{ font-size: 13px; text-align: center; height: 34px; line-height: 34px; overflow: hidden; width: 100%; float: left; background: #0163b3; color: #fff;}
.chan1_scls .swiper-slide a:hover{ background: #f18b00; }
.chan1_scls .swiper-slide a.on{ background: #f18b00; }
.chan1_cls .swiper-prev,.chan1_cls .swiper-next{ outline: none; font-size: 22px; color:#0163b3; text-align: center; position: absolute; top: 50%; margin-top: -15px; width: 26px; height: 30px; line-height: 30px;}
.chan1_cls .swiper-prev{ left: -15px; }
.chan1_cls .swiper-next{ right: -15px; }
.chan1_cls .swiper-prev:hover,.chan1_cls .swiper-next:hover{ color:#f18b00; }
.products_right{ overflow: hidden; margin-top: 15px;}
.products_img{ border:solid 2px #0163b3; }
.products_dbg{ width: 100%; height: 38px; background: url(../images/pro_pf.jpg) no-repeat bottom center; background-size: 100% auto; position: absolute; z-index: 99; bottom: 0px; left: 0px;}
.products_dbgs{ width: 100%; height: 38px; position: absolute; z-index: 99; bottom: 0px; left: 0px;}
.products_dbgs img{ width: 100%; height: 100%;}
.products_txt{ text-align: center; height: 32px; line-height: 32px; overflow: hidden;}
@media (min-width:992px) 
{
    .chan1_scls .swiper-slide a{ padding: 0px 15px; height: 40px; line-height: 40px;}
    .products{ overflow: hidden; }
    .products_left{ width:52%; float: left; margin-top: 15px;}
    .products_right{ width: 46%; float: right; }
    .products_left_txt{ background: #0163b3; color: #fff; padding: 15px 10px;}
    .products_left_txt_p1{ height: 28px; line-height: 28px; overflow: hidden; font-size: 18px;}
    .products_left_txt_p2{ margin-top: 5px; line-height: 20px; height: 40px; overflow: hidden;}
}
@media (min-width:1200px) 
{
    #chan1{ padding: 40px 0px 50px 0px; }
    .chan1_tt{ overflow: hidden; }
    .chan1_tt a{ display: inline-block; }
    .chan1_tt_p1{ float: left; height: 42px; line-height: 42px; font-size: 30px;}
    .chan1_tt_p2{ float: left; height: 42px; line-height: 42px; font-size: 15px; margin-left: 15px;}
    .chan1_cls{ margin-top:25px; }
    .chan1_scls .swiper-slide{ margin-right: 15px; }
    .chan1_scls .swiper-slide a{ font-size: 15px; height: 46px; line-height: 46px;}
    .chan1_cls .swiper-prev,.chan1_cls .swiper-next{ font-size: 26px; }
    .products_left{ width: 39.3%; margin-top: 25px;}
    .products_right{ width: 59%; margin-top: 25px; }
    .products_left_txt{ padding: 15px 15px; }
    .products_left_txt_p1{ font-size: 20px; }
    .products_left_txt_p2{ line-height: 22px; height: 44px; }
    .products_right a{ width: 100%; float: left; position: relative; overflow: hidden;}
    .products_right a:after{ content: "";
    position: absolute;
    bottom: -100%;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background:rgba(1, 99, 179, 0.64); transition: all 0.3s; opacity: 0;}
    .products_txt{ width: 100%; height: 46px; line-height: 46px; font-size: 20px; z-index: 2; color: #fff; opacity: 0; position: absolute; top: 50%; margin-top: -50px; transition: all 0.3s;}
    .products_right a:hover:after{ bottom:0px; opacity: 1;}
    .products_right a:hover .products_txt{ opacity: 1; margin-top: -23px;}
}
@media (min-width:1601px) 
{
    #chan1{ padding: 60px 0px 70px 0px; }
    .chan1_tt_p1{ height: 52px; line-height: 52px; font-size: 40px;}
    .chan1_tt_p2{ height: 52px; line-height: 52px; font-size: 16px; margin-left: 20px;}
    .chan1_cls{ margin-top:40px; }
    .chan1_scls .swiper-slide{ margin-right: 20px; }
    .chan1_scls .swiper-slide a{ font-size: 16px; padding: 0px 20px; height: 54px; line-height: 54px;}
    .chan1_cls .swiper-prev,.chan1_cls .swiper-next{ font-size: 40px; }
    .products_left{ margin-top: 35px;}
    .products_right{ margin-top: 35px; }
    .products_left_txt{ padding: 25px 25px; }
    .products_left_txt_p1{ font-size: 26px; line-height: 42px; height: 42px;}
    .products_left_txt_p2{ line-height: 23px; height: 46px; }
    .products_right a{ width: 100%; float: left; position: relative; overflow: hidden;}
    .products_right a:after{ content: "";
    position: absolute;
    bottom: -100%;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background:rgba(1, 99, 179, 0.64); transition: all 0.3s; opacity: 0;}
    .products_txt{ width: 100%; height: 46px; line-height: 46px; font-size: 20px; z-index: 2; color: #fff; opacity: 0; position: absolute; top: 50%; margin-top: -50px; transition: all 0.3s;}
    .products_right a:hover:after{ bottom:0px; opacity: 1;}
    .products_right a:hover .products_txt{ opacity: 1; margin-top: -23px;}
}
#chan2{ padding: 20px 0px; }
.ysleft{ overflow: hidden; }
.ysleft li{ width: 25%; float: left; padding: 0px 10px; text-align: center;}
.ysul_p1{ width: 86%; margin: 0px auto; }
.ysul_p1 img{ width: 100%; }
.ysul_p2{ font-size: 13px; margin-top: 10px; color: rgba(255, 255, 255, 0.8);}
.ystel{ line-height:1.8; font-size: 14px; position: relative; padding-left: 60px; margin-top: 15px; color: #fff;}
.ystel span{ color: #0163b3; position: absolute; left: 10px; top: 50%; margin-top: -18px; width: 36px; height: 36px; line-height: 36px; text-align: center; background: #fff; border-radius: 50%; }
.ystel a{ color: #fff; }
.ystel b{ font-size: 18px; font-family:Arial;}
@media (min-width:768px) 
{
    .ysleft{ width: 60%; float: left;}
    .ysleft li{ padding: 0px 15px;}
    .ystel{ width: 34%; float: right; margin-top: 25px;}
}
@media (min-width:992px) 
{
    .ysleft li{ padding: 0px 25px;}
    .ystel{ width: 30%; }
}
@media (min-width:1200px) 
{
    #chan2{ padding: 30px 0px; }
    .ysleft{ text-align: center; }
    .ysleft ul{ display:inline-block; position: relative; padding: 0px 55px 0px 0px; }
    .ysleft li{ padding: 0px 0px 0px 55px; position: relative;}
    .ysleft li:before{ width: 55px; height: 1px; background: rgba(255, 255, 255,0.5); content: "";
    position: absolute;
    top:50%;
    margin-top: -15px;
    left: 0px;}
    .ysleft ul:after{ width: 55px; height: 1px; background: rgba(255, 255, 255,0.5); content: "";
    position: absolute;
    top:50%;
    margin-top: -15px;
    right: 0px;}
    .ysul_cc{ display: inline-block; margin: 0px 15px;}
    .ysul_p1{ width: 100%; }
    .ysul_p2{ font-size: 15px; }
    .ystel{ width: 26%; padding-left: 76px; font-size: 16px;}
    .ystel span{ margin-top: -25px; width: 50px; height: 50px; line-height: 50px; font-size: 20px;}
    .ystel b{ font-size: 20px; }
}
@media (min-width:1601px) 
{
    #chan2{ padding: 40px 0px; }
    #chan2 .container{ width: 1500px; }
    .ysleft{ width: 880px; }
    .ysleft ul{ padding: 0px 70px 0px 0px; }
    .ysleft li{ padding: 0px 0px 0px 70px; }
    .ysleft li:before{ width: 70px; }
    .ysleft ul:after{ width: 70px; }
    .ysul_cc{ margin: 0px 20px; }
    .ysul_p2{ font-size: 17px; }
    .ystel{ width: 440px; padding-left: 80px; font-size: 18px;}
    .ystel span{ font-size: 22px; }
    .ystel b{ font-size: 28px; }
}
#chan3{ padding: 20px 0px; }
.chan3_tt{ text-align: center; }
.chan3_tt_p1{ font-size: 20px; }
.chan3_tt_p2{ color: #999; }
.mscsl{ overflow: hidden; }
.mscsl a{ width: 100%;float: left; margin-top: 15px; background: #f5f5f5;}
.mscsl_txt{padding: 10px 10px 15px 10px; text-align: center; }
.mscsl_txt_p1{ font-size: 16px; }
.mscsl_txt_p2{ color: #999; margin-top: 6px;}
@media (min-width:768px) 
{
    .mscsl a{ width: 48.5%; margin-top:20px;}
    .mscsl a:nth-child(2n){ float: right; }
}
@media (min-width:1200px) 
{
    #chan3{ padding: 40px 0px 50px 0px;  }
    .chan3_tt_p1{ font-size: 30px;}
    .chan3_tt_p2{ font-size: 15px;}
    .scsl{ overflow: hidden; margin-top: 25px; }
    .scsl_left{ width: 757px; height: 470px; overflow: hidden; float: left; position: relative;}
    .scsl .twoItem{ width: 100%; position: absolute; top: 0px; height: 100%;}
    #scsl_thumbs1{ width: 76.5%; padding: 15px 0px 0px 15px; background: #fff; position: absolute; bottom: 0px; right: 0px; z-index: 666;}
    #scsl_thumbs1 li{ cursor: pointer; width: 25%; float: left; padding: 0px 0px 0px 10px;}
    #scsl_thumbs1 li .scsl_mimg{ border: solid 2px #fff; transition: all 0.3s;}
    #scsl_thumbs1 li.act .scsl_mimg{ border: solid 2px #0163b3;}
    #scsl_thumbs2{ width:443px; float: right; padding-top: 25px;}
    #scsl_thumbs2 li{ cursor: pointer; padding: 20px 30px 20px 90px; position: relative; transition: all 0.3s;}
    #scsl_thumbs2 li:before{ width: 35px; height: 1px; background:#333; content: "";
    position: absolute;
    top:50%;
    left: 35px;}
    .scsl_txt_tt{ height: 40px; line-height: 40px; overflow: hidden; font-size: 20px;}
    .scsl_txt_dc{ height: 0px; overflow: hidden; opacity: 0;}
    #scsl_thumbs2 li.act{ background: #0163b3; color: #fff;}
    #scsl_thumbs2 li.act .scsl_txt_dc{ line-height: 22px; opacity: 1; height: 44px; color:rgba(255, 255, 255, 0.8);}
    #scsl_thumbs2 li.act:before{ background:rgba(255, 255, 255, 0.8); }
    .scsl_mm{ overflow: hidden; margin-top: 20px;}
    .scsl_mm a{ float: left; padding: 11px 38px; color: #fff; border-radius: 30px; margin-left: 30px;}
    .scsl_mm a:hover{ background:#f18b00; }
}
@media (min-width:1601px) 
{
    #chan3{ padding: 60px 0px 70px 0px;  }
    .chan3_tt_p1{ font-size: 40px;}
    .chan3_tt_p2{ font-size: 16px;}
    .scsl{ margin-top: 40px; }
    .scsl_left{ width: 1010px; height: 630px;}
    #scsl_thumbs1{ width: 770px; padding: 20px 0px 0px 20px;}
    #scsl_thumbs1 li{ padding: 0px 0px 0px 13px;}
    #scsl_thumbs2{ width:590px; float: right; padding-top: 55px;}
    #scsl_thumbs2 li{ padding: 25px 50px 25px 130px; }
    #scsl_thumbs2 li:before{ width: 55px; left: 50px;}
    .scsl_txt_tt{ height: 45px; line-height: 45px; font-size: 24px;}
    #scsl_thumbs2 li.act .scsl_txt_dc{ line-height: 24px; height: 48px;}
    .scsl_mm{ margin-top: 50px;}
    .scsl_mm a{ padding: 13px 56px; border-radius: 40px; margin-left: 50px;}
}
#chan4{ padding: 20px 0px; }
.chan4_tt{ text-align: center; }
.chan4_tt a{ color: #fff; font-size: 20px;}
.chan4_dc{ text-align: center; color: rgba(255, 255, 255,0.9); line-height: 1.8; margin-top: 10px;}
@media (min-width:1200px) 
{
    #chan4{ padding: 30px 0px; }
    .chan4_tt a{ font-size: 30px; }
    .chan4_dc{ margin: 15px auto 0px; width: 70%;}
}
@media (min-width:1601px) 
{
    #chan4{ padding: 50px 0px; }
    #chan4 .container{ width: 1400px; }
    .chan4_tt a{ font-size: 40px; }
    .chan4_dc{ margin: 22px auto 0px; }
}
#chan5{ padding: 15px 0px 20px 0px; }
.myylys{ overflow: hidden; }
.myyly_txt{ height: 32px; line-height: 32px; overflow: hidden; text-align: center;}
@media (min-width:768px) 
{
    #chan5{ padding: 20px 0px 25px 0px; }
}
@media (min-width:1200px) 
{
    #chan5{ padding: 30px 0px 40px 0px; }
    .yyly{ overflow: hidden; }
    .yyly a{ width: 100%; float: left; position: relative; overflow: hidden;}
    .yyly a .yyly_txt{ position: absolute;
    left: 13px;
    bottom: 10px;
    font-weight: bold;
    padding: 6px 12px;
    background-color: #0163b3;
    color: #fff; }
    .yyly a .yyly_img{ overflow: hidden; }
    .yyly a .yyly_img img{ transition: all 0.3s; max-width: 100%; height: 100%;}
    .yyly a:hover .yyly_txt{ background-color: #f18b00; }
    .yyly a:hover .yyly_img img{ transform:scale(1.05); }
    .yylyc{ float: left;}
    .yyly1{ width: 30%; }
    .yyly2{ width: 38%; }
    .yyly3{ width: 32%; }
    .yylyc_c{ overflow: hidden; }
    .yylyc_cc{ width: 50%; float: left; padding-right: 20px;}
    .yyly1 .yylyc_c:first-child{ display: flex; }
    .yyly1 .yylyc_c:first-child >div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    }
    .yyly1 .yylyc_c:last-child{ margin-top: 20px; padding-left: 100px; padding-right: 20px;}
    .yyly2{ padding-right: 20px; padding-top: 30px;}
    .yyly2 .yylyc_c:last-child{ margin-top: 25px; }
    .yyly2 .yylyc_c:last-child .yylyc_cc:last-child{ padding-right: 0px; }
    .yyly3{ padding-top: 20px; }
    .yyly3 .yylyc_c:first-child{ display: flex; }
    .yyly3 .yylyc_c:first-child >div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    }
    .yyly3 .yylyc_c:first-child .yylyc_cc:last-child{ padding-right: 0px; }
    .yyly3 .yylyc_c:last-child{ margin-top: 20px; padding-right: 85px;}
}
@media (min-width:1601px) 
{
    #chan5{ padding: 50px 0px 60px 0px; }
    .yyly{ width: 1520px; margin: 0px auto; }
    .yyly a .yyly_txt{ position: absolute;
    left: 16px;
    bottom: 13px;
    padding: 8px 16px; }
    .yylyc_cc{ padding-right: 25px;}
    .yyly1 .yylyc_c:last-child{ margin-top: 25px; padding-left: 150px; padding-right: 25px;}
    .yyly2{ padding-right: 25px; padding-top: 40px; }
    .yyly2 .yylyc_c:last-child{ margin-top: 30px; }
    .yyly3{ padding-top: 30px; }
    .yyly3 .yylyc_c:last-child{ margin-top: 25px; padding-right: 95px;}
}
#chan6{ padding: 20px 0px; background:#eef3f7 url(../images/bg2.jpg) no-repeat center; background-size: cover; }
.mabout_tt{ text-align: center; font-size: 20px;}
.mabout_ft{ font-size: 24px; text-align: center; margin-top: 5px;}
.mabout_ft span{ color: #0163b3; }
.mabout_dc{ font-size: 13px; text-align: center; margin-top: 5px;}
.mabout_img{ margin-top: 15px; text-align: center;}
.mabout_img img{ max-width: 100%; }
.mabout_ul{ overflow: hidden; margin-top: 15px;}
.mabout_ul li{ width: 33.3%; padding: 0px 10px; float: left; text-align: center;}
.mabout_ul_p1{ width: 70px; height: 70px; line-height: 70px; font-size: 32px; margin: 0px auto; border-radius: 50%; text-align: center; background: #0163b3; color: #fff; }
.mabout_ul_p2{ color: #999999; font-size: 13px; margin-top:5px;}
.mabout_mm{ text-align: center; margin-top: 15px;}
.mabout_mm a{ display: inline-block; padding: 8px 26px; border-radius: 20px;}
@media (min-width:992px) 
{
    .about{ overflow: hidden; }
    .about_txt{ width:50%; float: left; margin-top: 10px;}
    .about_tt{ font-size: 20px; }
    .about_ft{ font-size: 24px; margin-top: 5px;}
    .about_ft span{ color: #0163b3; }
    .about_dc{ font-size: 13px; line-height: 1.8; margin-top: 5px;}
    .about_ul{ overflow: hidden; margin-top: 15px;}
    .about_ul li{ width: 30%; padding: 0px 10px; float: left; }
    .about_ulc{ display: inline-block; }
    .about_ul_p1{ width: 70px; height: 70px; line-height: 70px; font-size: 32px; margin: 0px auto; border-radius: 50%; text-align: center; background: #0163b3; color: #fff; }
    .about_ul_p2{ color: #999999; font-size: 13px; margin-top:5px;}
    .about_mm{ overflow: hidden; margin-top: 25px;}
    .about_mm a{float: left;  padding: 8px 26px; border-radius: 20px;}
    .about_img{ width: 38%; float: right; text-align: center;}
    .about_img img{ max-width: 100%; }
}
@media (min-width:1200px) 
{
    #chan6{ padding: 40px 0px 50px 0px; }
    .about_txt{ width: 49%; }
    .about_tt{ font-size: 30px; }
    .about_ft{ font-size: 36px; margin-top: 10px;}
    .about_dc{ font-size: 15px; margin-top: 10px;}
    .about_ul{ margin-top: 25px; }
    .about_ul_p1{ width: 88px; height: 88px; line-height: 88px; font-size: 40px;}
    .about_ul_p2{ font-size: 15px; }
    .about_mm{ margin-top: 35px; }
    .about_mm a{ padding: 11px 38px; border-radius: 30px; }
}
@media (min-width:1601px) 
{
    #chan6{ padding: 60px 0px 70px 0px; background:#eef3f7 url(../images/bg2.jpg) no-repeat center; background-size: auto;}
    #chan6 .container{ width: 1400px; }
    .about_tt{ font-size: 40px; }
    .about_ft{ font-size: 48px; margin-top: 20px;}
    .about_dc{ font-size: 16px; }
    .about_ul{ margin-top: 45px; }
    .about_ul_p1{ width: 104px; height: 104px; line-height: 104px; font-size: 45px;}
    .about_ul_p2{ font-size: 16px; margin-top: 15px;}
    .about_mm{ margin-top: 45px; }
    .about_mm a{ padding: 13px 56px; border-radius: 40px;}
    .about_img{ width: 549px; }
}
.about_mm a:hover{ background: #f18b00; color: #fff;}
.news{ overflow: hidden; margin-top: 15px;}
.news a{ width: 100%; float: left; background: #eef3f7; padding: 15px;}
.news_tt{ height: 32px; line-height: 32px; font-size: 16px; overflow: hidden;}
.news_dc{ line-height: 20px; height: 40px; overflow: hidden; color: #999;}
.news_time{ margin-top: 12px; color: #999; }
.news_mm{ margin-top: 15px; text-align: center;}
.news_mm a{ display: inline-block; padding: 8px 26px; border-radius: 20px;}
@media (min-width:1200px) 
{
    .news{ margin-top: 25px; }
    .news a{ padding: 20px; }
    .news_tt{ height: 36px; line-height: 36px; font-size: 18px;}
    .news_dc{ line-height: 23px; height: 46px; margin-top: 5px;}
    .news_mm{ margin-top: 25px; }
    .news_mm a{ padding: 11px 38px; border-radius: 30px; }
}
@media (min-width:1601px) 
{
    .news{ margin-top: 40px; }
    .news a{ padding: 30px 40px 40px 40px; }
    .news_tt{ height: 50px; line-height: 50px; font-size: 22px;}
    .news_dc{ line-height: 25px; height: 50px; margin-top: 10px;}
    .news_mm{ margin-top: 40px; }
    .news_mm a{ padding: 13px 56px; border-radius: 40px; }
    .news_time{ margin-top: 20px; }
}
.news_mm a:hover{ background: #f18b00; color: #fff;}
.news a:hover{ background: #0163b3; color: #fff; }
.news a:hover .news_dc{ color: rgba(255, 255, 255, 0.8); }
.news a:hover .news_time{ color: rgba(255, 255, 255, 0.8); }

/*******Css footer*******/
#mfooter{ color: #78828e; text-align: center; background: #212526; padding: 15px 0px 0px 0px; margin-bottom: 72px;}
#mfooter a{ color: #78828e; }
#mfooter a:hover{ color: #fff; }
#mfooter .mfooter_mobile{ color: #fff; font-size: 14px;}
#mfooter .mfooter_address{ margin-top: 6px; }
#mfooter .mfooter_wx{ margin-top: 10px; line-height: 2;}
#mfooter .mfooter_wx img{ width: 120px; }
#mfooter .mfooter_links{ margin-top: 10px; line-height: 1.6; }
#mfooter .mfooter_links a{ margin-right: 8px; }
.mfooters{ border-top: solid 1px #494C4D; margin-top: 10px; padding: 8px 0px;}
@media (min-width:768px) 
{
    #mfooter{ margin-bottom: 0px; }
}
@media (min-width:992px) 
{
    #mfooter{ padding: 20px 0px 0px 0px; }
}
@media (min-width:1200px) 
{
    #footer{ color: #78828e;  background: #212526; padding: 30px 0px 0px 0px; }
    #footer a{ color: #78828e; }
    #footer a:hover{ color: #fff; }
    #footer .footer_tt{ color: #fff; font-size: 16px; }
    #footer .footer_cc{ margin-top: 10px; line-height: 34px;}
    #footer .footer_nav{ float: left; width: 20%; padding-right: 40px;}
    #footer .footer_nav .footer_cc a{ width: 50%; float: left; }
    #footer .footer_procls{ float: left; width: 26%; padding-right: 40px;}
    #footer .footer_procls .footer_cc a{ width: 50%; float: left; height: 34px; padding-right: 15px; overflow: hidden;}
    #footer .footer_contact{ float: left; width: 26%; padding-right: 40px;}
    #footer .footer_cc_p{ position: relative; padding-left:25px; background-repeat: no-repeat; background-position: left 10px;}
    #footer .footer_cc_p b{ color: #fff; font-weight: normal; margin-left: 8px;}
    #footer_cc_p1{ background-image: url(../images/ficon1.png); }
    #footer_cc_p2{ background-image: url(../images/ficon2.png); }
    #footer_cc_p3{ background-image: url(../images/ficon3.png); }
    #footer .footer_wx{ width: 22%; float: right; padding-left: 40px; border-left: solid 1px #494C4D;}
    #footer .footer_wx .footer_tt{ text-align: right; }
    .footer_wx_cc{ margin-top: 20px; float: right;}
    .footer_wx_cc_txt{ float: left; margin-top: 20px; text-align: right; }
    .footer_wx_cc_img{ width: 100px; float: left; margin-left: 15px;}
    .footer_wx_cc_img img{ width: 100%; }
    .footer_links{ margin-top: 15px; line-height: 1.6; }
    .footer_links a{ margin-right: 8px; }
    .footers{ text-align: center; border-top: solid 1px #494C4D; margin-top: 15px; padding: 10px 0px; }
}
@media (min-width:1601px) 
{
    #footer{ padding: 50px 0px 0px 0px; }
    #footer .footer_tt{ font-size: 18px; }
    #footer .footer_cc{ margin-top: 15px; line-height:38px;}
    #footer .footer_nav{ padding-right: 60px;}
    #footer .footer_procls{ padding-right: 60px;}
    #footer .footer_procls .footer_cc a{ height: 38px; padding-right:20px; }
    #footer .footer_contact{ padding-right: 60px;}
    #footer .footer_cc_p{ padding-left:27px; background-position: left 12px;}
    #footer .footer_wx{ padding-left: 60px; }
    .footer_wx_cc{ margin-top: 40px; }
    .footer_wx_cc_txt{ margin-top: 30px; }
    .footer_wx_cc_img{ width: 110px; margin-left: 25px;}
    .footer_links{ margin-top: 30px; }
    .footer_links a{ margin-right: 12px; }
    .footers{ margin-top: 25px; padding: 12px 0px; }
}
.footernav{ width: 100%; color: #fff; height:72px; overflow: hidden; position: fixed; bottom:0px; padding:10px 0px; left: 0px; z-index: 999;   background:#0163b3; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; }
.footernp1{ font-size:24px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation: swing 1s; }

 
.ui-sidebar{position:fixed;right:0; bottom:160px; z-index: 999;}
.ui-sidebar ul{ box-shadow:0px 0px 30px rgba(0,0,0,0.1);border-radius:20px 0 0 20px; text-align: center;}
.ui-sidebar ul li a{ outline: none; width:48px;line-height:48px; height:48px; color:#0163b3;display:block; background:#fff;border:1px solid #eee;}
.ui-sidebar ul li a i{font-size:30px;}
.ui-sidebar ul li div{ position:absolute;right:-200px;top:2px;border:1px solid #d9d9d9;box-shadow:0px 0px 30px rgba(0,0,0,0.1);background:#fff;font-size:13px; border-radius:4px;padding:0 10px;line-height:48px;opacity:0;min-width:120px;transition:all .5s ease;text-align:center;z-index:-1;white-space:nowrap;}
.ui-sidebar ul li div:after{content:" ";position:absolute;width:10px;height:10px;border-left:0;border-bottom:0;background:#fff;border:1px solid #d9d9d9;border-bottom:0;border-right:0;right:-6px;top:50%;transform:translateY(-50%) rotate(-225deg);}
.ui-sidebar ul li:hover div{right:60px;opacity:1;}
.ui-sidebar ul li a:hover{background:#0163b3; color:#fff;}
.ui-sidebar ul li#ui-wx div{ padding-top: 6px; } 
.ui-sidebar ul li#ui-tel div{ font-size: 17px; padding:3px 10px; line-height: 21px; color:#0163b3;} 

/*******Css company*******/
#wrap{ background-color: #eef3f7; padding-bottom: 25px; background-repeat: no-repeat; background-position: top center; background-size:100% auto;}
.crumbs{ color: #fff; margin-top: 5px; height: 20px; line-height: 20px; padding-left: 13px; background: url(../images/picon1.jpg) no-repeat left center; }
.crumbs a{ color: #fff; }
.crumbs a:hover{ color: #f5f80a; }
.page_title{ text-align: center; font-size: 20px; color: #fff; margin-top: 5px;}
.page_ft{ color:rgba(255, 255, 255, 0.8); text-align: center; font-size: 13px;}
.page_com_menu{ text-align: center; margin-top: 10px;}
.page_com_menu ul{ display: inline-block; }
.page_com_menu ul li{ position: relative; font-size: 14px; background: #f7f7f7; cursor: pointer; float: left; padding: 8px 20px;}
.page_com_menu ul li:before{ width: 0px; height: 4px; background:#f18b00; content: "";
    position: absolute;
    top:0px;
    left: 0px; transition: all 0.3s;}
.page_com_menu ul li:hover{ background: #fff; }
.page_com_menu ul li:hover:before{ width: 100%; }
.page_com_menu ul li.on{ background: #fff; }
.page_com_menu ul li.on:before{ width: 100%; }
.com_wraps{ overflow: hidden; }
.com_wrap{ margin-top: 20px; background-color: #fff; padding: 15px;}
.com_wrap_tt{ height: 36px; line-height: 36px; }
.com_wrap_tt strong{ float: left; font-weight: normal; font-size: 20px; margin-right: 8px;}
.com_wrap_tt b{ float: left; font-family: Arial; color: #cdcdcd; text-transform: uppercase;}
.company1_left_tt{ font-size: 22px; }
.company1_left_tt span{ color:#0163b3; }
.company1_left_cc{ line-height: 2; color: #666666; margin-top: 10px;}
.company1_left_cc img{ max-width: 100%; }
.company1_left_cc strong{ color:#0163b3; }
.company1_left_cc b{ color:#0163b3; }
.company1_right{ margin-top: 15px; border-top: solid 1px #EEEAEA; }
.company1_right_ul1{ overflow: hidden; }
.company1_right_ul1 li{ width: 50%; float: left; text-align: center; padding: 0px 10px; margin-top: 15px;}
.company1_right_ul1_p1{ font-size: 30px; font-family: Arial; font-weight: bold;}
.company1_right_ul1_p1 span{ font-size: 14px; margin-left: 5px; font-weight: normal;}
.company1_right_ul2{ overflow: hidden; margin-top: 10px; }
.company1_right_ul2 li{ width: 50%; float: left; text-align: center; padding: 0px 10px; margin-top: 15px; }
.company1_right_ul2_p1{ background: #0163b3; color: #fff; border-radius: 50%; width: 60px; height: 60px; line-height: 60px; text-align: center; font-size: 28px; margin: 0px auto;}
.company1_right_ul2_p2{ color: #999; margin-top: 5px; font-size: 13px;}
#com_wrap2{ background-repeat: no-repeat; background-size: cover;}
.mcurture_img{ text-align: center; margin-top: 15px;}
.mcurture_img img{ max-width: 100%; }
.mcurture_ul{ margin-top: 5px; }
.mcurture_ul li{ margin-top: 15px; position: relative; height: 40px; overflow: hidden; padding-left: 126px;}
.mcurture_ul li strong{ position: absolute; left: 0px; top: 0px; width:110px; text-align: center; height: 40px; line-height: 40px; background: #0163b3; color: #fff; font-size: 16px; font-weight: bold;}
.mcurture_ul li span{ float: left; line-height: 20px; font-size: 13px;}
.cqsl{ overflow: hidden; position: relative; padding-bottom: 40px; margin-top: 10px;}
@media (min-width:768px) 
{
    .page_com_menu{ margin-top: 20px; }
    .com_wraps{ margin-top: 10px; }
    .com_wrap{ padding:20px; }
    .company1_right_ul1 li{ width: 25%; }
    .company1_right_ul2 li{ width: 25%; }
    .mcurture{ overflow: hidden; }
    .mcurture_img{ width: 36%; margin-top: 0px; float: right;}
    .mcurture_ul{ width: 60%; float: left; margin-top: 20px;}
}
@media (min-width:992px) 
{
    .mcurture_ul{ width: 50%; margin-top: 30px;}
}
@media (min-width:1200px) 
{
    #wrap{ padding-bottom: 50px; }
    .crumbs{ margin-top: 20px; line-height: 24px; height: 24px;}
    .page_title{ font-size: 30px; margin-top: 30px;}
    .page_ft{ margin-top: 10px; font-size: 15px; }
    .page_com_menu{ margin-top: 35px; }
    .page_com_menu ul li{ font-size: 16px; padding: 13px 38px;}
    .com_wrap{ margin-top: 40px; padding:30px;}
    .com_wrap_tt{ height: 42px; line-height: 42px; }
    .com_wrap_tt strong{ font-size: 30px; margin-right: 12px;}
    .com_wrap_tt b{ font-size: 16px; }
    .company1{ overflow: hidden; margin-top: 20px;}
    .company1_left{ width: 68%; float: left; border-right: solid 1px #EEEAEA; padding-right: 30px;}
    .company1_left_tt{ font-size: 34px; }
    .company1_left_cc{ margin-top: 20px; }
    .company1_right{ width:29%; float: right; border-top: 0px; margin-top: 0px;}
    .company1_right_ul1{ margin-top: 0px; }
    .company1_right_ul1 li{ width: 50%;}
    .company1_right_ul1_p1{ font-size: 46px; }
    .company1_right_ul1_p1 span{ font-size: 17px; }
    .company1_right_ul1_p2{ font-weight: bold; color: #888;}
    .company1_right_ul2{ margin-top: 20px; }
    .company1_right_ul2 li{ width: 50%; }
    .company1_right_ul2_p1{ width: 88px; height: 88px; line-height: 88px; font-size: 38px;}
    .company1_right_ul2_p2{ font-size: 15px; }
    .curture{ overflow: hidden; }
    .curture_txt{ width: 54%; float: left;}
    .curture_ul{ margin-top: 40px; }
    .curture_ul li{ margin-top: 35px; position: relative; height: 56px; overflow: hidden; padding-left: 146px;}
    .curture_ul li strong{ position: absolute; left: 0px; top: 0px; width:130px; text-align: center; height: 56px; line-height: 56px; background: #0163b3; color: #fff; font-size: 20px; font-weight: bold;}
    .curture_ul li span{ float: left; line-height: 28px; font-size: 20px;}
    .curture_img{ width: 37%; float: right; }
    .curture_img img{ max-width: 100%; }
    .cqsl{ margin-top: 25px; }
}
@media (min-width:1601px) 
{
    #wrap{ padding-bottom: 70px; }
    .crumbs{ margin-top: 30px; line-height: 26px; height: 26px;}
    .page_title{ font-size: 40px; margin-top: 45px;}
    .page_ft{ margin-top: 15px; font-size: 16px; }
    .page_com_menu{ margin-top: 50px; }
    .page_com_menu ul li{ font-size: 18px; padding: 18px 60px;}
    .com_wrap{ margin-top: 60px; padding:60px 100px 70px 100px;}
    .com_wrap_tt{ height: 52px; line-height: 52px; }
    .com_wrap_tt strong{ font-size: 40px; margin-right: 16px;}
    .com_wrap_tt b{ font-size: 18px; }
    .company1{ margin-top: 40px;}
    .company1_left{ width: 69%; float: left;  padding-right: 80px;}
    .company1_left_tt{ font-size: 45px; }
    .company1_left_cc{ margin-top: 30px; }
    .company1_right{ width:28%;}
    .company1_right_ul1_p1{ font-size: 52px; }
    .company1_right_ul1_p1 span{ font-size: 20px; }
    .company1_right_ul2{ margin-top: 20px; }
    .company1_right_ul2 li{ margin-top: 20px; }
    .company1_right_ul2_p1{ width:104px; height: 104px; line-height: 104px; font-size: 46px;}
    .company1_right_ul2_p2{ font-size: 16px; margin-top: 15px;}
    .curture_txt{ width: 720px; float: left;}
    .curture_ul{ margin-top: 60px; }
    .curture_ul li{ margin-top: 40px; height:76px; overflow: hidden; padding-left: 208px;}
    .curture_ul li strong{ width:172px; height: 76px; line-height: 76px; font-size: 24px; }
    .curture_ul li span{ line-height: 38px; font-size: 25px;}
    .curture_img{ width: 530px; float: right; }
    .curture_img img{ max-width: 100%; }
    .cqsl{ margin-top: 50px; padding-bottom: 56px;}
    .cqsl .swiper-pagination-bullet{ width: 12px; height: 12px; }
}
.prolist{ overflow: hidden; margin-top: 10px;}
.prolist a{ width: 100%; float: left; border: solid 1px #dedede; margin-top: 15px;}
.prolist_txt{ height: 36px; line-height: 36px; color: #444444; font-weight: bold; overflow: hidden; text-align:center;}    
.prolist_img_txt{ opacity: 0; height: 0px; overflow: hidden;}
@media (min-width:768px) 
{
    .prolist a{ width: 49%; float: left;}
    .prolist a:nth-child(2n){ float: right; }
}
@media (min-width:992px) 
{
    .prolist a{ width: 32%; margin-right: 2%; margin-top: 20px; }
    .prolist a:nth-child(2n){ float: left; }
    .prolist a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .prolist a{ margin-top: 25px; }
    .prolist_txt{ height: 45px; line-height: 45px;}
    .prolist_imgs{ position: relative; }
    .prolist_imgs:after{width: 100%; height: 100%; background: rgba(0,0, 0,0.6); content: "";
    position: absolute;
    top:0px;
    left: 0px; z-index: 1; transition: all 0.3s; opacity: 0;}
    .prolist_img_txt{ text-align: center; z-index: 2; color: #fff; position: absolute; width: 100%; top: 50%; transform: translateY(-50%);  height: 36px; line-height:36px; padding: 0px 10px;}
    .prolist_img_txt:before{ height:1px; background: rgba(255,255, 255,0.8); content: "";
    position: absolute;
    top:0px;
    left: 50%; transform: translateX(-50%);
    width: 60%; transition: all .5s ease;}
    .prolist_img_txt:after{ height:1px; background: rgba(255,255, 255,0.8); content: "";
    position: absolute;
    bottom:0px;
    left: 50%; transform: translateX(-50%);
    width: 60%; transition: all .5s ease;}
    .prolist a:hover{ border: solid 1px #0163b3; }
    .prolist a:hover .prolist_imgs:after{ opacity: 1; }
    .prolist a:hover .prolist_img_txt{ opacity: 1; }
    .prolist a:hover .prolist_img_txt:before{ width: 30px; }
    .prolist a:hover .prolist_img_txt:after{ width: 30px; }
}
@media (min-width:1601px) 
{
    .prolist a{ margin-top: 30px; width:23.5%;}
    .prolist a:nth-child(3n){ margin-right: 2%; }
    .prolist a:nth-child(4n){ margin-right: 0px; }
    .prolist_txt{ height: 50px; line-height: 50px;}
    .prolist_img_txt{ height: 42px; line-height: 42px;}
}
#ipro_wrap{ padding: 5px 0px 25px 0px; }
.proinfoimgs{ overflow: hidden; }
.proinfoimgs_img{ border: solid 1px #dedede; }
.proinfoimgs .gallery-thumbs{ margin-top: 10px; }
.proinfoimgs .proinfoimgs_timg{ border: solid 2px #eee; cursor: pointer;}
.proinfoimgs .swiper-slide-thumb-active .proinfoimgs_timg{ border: solid 2px #0163b3; }
.rdpro1_img{ border: solid 1px #dedede;}
.rdpro1_txt{ margin-top: 15px; color: #333;}
.rdpro1_tt{ font-size: 18px; font-weight: bold; }
.rdpro1_gg{ margin-top: 10px; line-height: 1.6; color: rgba(0,0,0,0.6); padding-bottom: 12px; border-bottom: dashed 1px #dedede;}
.rdpro1_p1{ border-bottom: dashed 1px #dedede; padding: 10px 0px;}
.rdpro1_p1 a{ color:#0163b3;  }
.rdpro1_p1 strong{ color: #000; }
.rdpro1_p1 b{ color: #0163b3; }
.rdpro1_btn{ overflow: hidden; margin-top: 15px; }
.rdpro1_btn a{ float: left; padding: 8px 30px; font-weight: bold; font-size: 13px; border-radius: 20px; }
.rdpro1_btna1{ background: #0163b3; color: #fff; margin-right: 10px;}
.rdpro1_btna2{ background: #0d87d2; color: #fff;}
.rdpro1_btna1:hover{ background: #f18b00; color: #fff;}
.rdpro1_btna2:hover{ background: #f18b00; color: #fff;}
.rdpro1_zxrx{ color: #999; margin-top: 15px;}
.rdpro1_zxrx strong{ color: #f18b00; font-size: 15px;}
.rdpro1_dz{ margin-top: 5px; color: #999;}
.rdpro1_dz strong{ color: #0163b3; }
#ipro_wraps{ margin-top: 20px; }
.rdpro1_side{ background: #fff; padding:5px 15px 30px 15px;}
.rdpro1_sidec{ margin-top: 20px; border-bottom: solid 1px #E5E5E5; padding-bottom: 15px;}
#rdpro1_sidec4{ padding-bottom: 0px; border-bottom: 0px;}
.rdpro1_sidec_tt{ position: relative; font-size: 18px; padding-bottom: 8px;}
.rdpro1_sidec_tt:after{ height:2px; background:#0163b3; content: "";
    position: absolute;
    bottom:0px;
    left: 0px; 
    width: 28px; }
#rdpro1_sidec1 .page_Content{ margin-top: 15px; }
.rdpro1_sidec_ul{ overflow: hidden; margin-top: 15px;}
.rdpro1_sidec_ul li{ width: 25%; float: left; padding: 0px 10px; text-align: center;}
.rdpro1_sidec_ul_p1{ width: 50px; height: 50px; line-height: 50px; margin: 0px auto; font-size: 20px; background: #0163b3; color: #fff; border-radius: 50%; text-align: center; }
.rdpro1_sidec_ul_p2{ color: #999; font-weight: bold; margin-top: 5px;}
.rdpro1_sidec_cc{ margin-top: 15px; line-height: 2; font-size: 13px; color: #999;}
.rdpro1_case{ overflow: hidden; margin-top: 10px;}
.rdpro1_case a{ width: 49%; float: left; margin-right: 2%; margin-top: 10px;}
.rdpro1_case a:nth-child(2n){ margin-right: 0px; }
.morder{ overflow: hidden; margin-top: 15px; }
.morder li{ overflow: hidden; margin-bottom: 10px;}
.morder_InputText{ width:45%; margin-right: 5%; padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 36px; line-height: 36px;}
.morder_InputText1{ width:95%;  padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 36px; line-height:36px;}
.morder_textarea{ width:95%;  padding: 10px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 120px; line-height: 30px;}
.morder_captcha{ width:160px;  padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 36px; line-height:36px;}
.morder_img{ float: left; margin-left: 10px; margin-top: 5px; height: 26px; cursor: pointer; }
.morder_But{ float: left; outline: none; margin-top: 15px; margin-right: 5%; font-size:15px; width: 200px; height: 36px; line-height: 36px; background: #0163b3; color: #fff; border-radius: 15px;}
.morder_But:hover{ background: #f18b00; color: #fff;}
.rdpro1_tj{ overflow: hidden; margin-top: 15px;}
.rdpro1_tj_img{ border: solid 1px #dedede; }
.rdpro1_tj_txt{ height: 34px; line-height: 34px; overflow: hidden; text-align: center;}
.rdpro1_video{ text-align: center; height: 350px; line-height: 350px;}
.rdpro1_video img{ max-width: 100%; }
@media (min-width:370px) 
{
    .rdpro1_sidec_ul_p1{ width: 60px; height: 60px; line-height: 60px; font-size: 26px; }
}
@media (min-width:768px) 
{
    .morder_But{ float: right; margin-top: 0px; }
}
@media (min-width:992px) 
{
    .rdpro1_img{ width: 45%; float: left;}
    .proinfoimgs{ width: 45%; float: left;}
    .rdpro1_txt{ width: 50%; float: right; }
}
@media (min-width:1200px) 
{
    #ipro_wrap{ padding: 5px 0px 50px 0px; position: relative;}
    .rdpro1_tt{ font-size: 22px; }
    .rdpro1_gg{ margin-top: 15px; }
    .rdpro1_p1{ padding: 12px 0px; }
    .rdpro1_btn{ margin-top: 20px; }
    .rdpro1_btn a{ padding: 10px 40px; font-size: 15px; border-radius: 36px;}
    .rdpro1_zxrx{ margin-top: 20px; }
    .rdpro1_zxrx strong{ font-size: 18px; }
    #ipro_wraps{ margin-top: 30px; }
    .rdpro1_side{ width: 83%; float: right; padding:5px 25px 50px 25px;}
    .rdpro1_lside{ width: 180px; float:left; }
    .rdpro1_sidec{ margin-top: 30px; padding-bottom: 30px;}
    .rdpro1_sidec_tt{ font-size: 20px; padding-bottom: 10px; }
    #rdpro1_sidec1 .page_Content{ margin-top: 25px; }
    .rdpro1_sidec_ul{ margin-top: 25px; }
    .rdpro1_sidec_ul_p1{ width: 80px; height: 80px; line-height: 80px; font-size: 42px;}
    .rdpro1_sidec_ul_p2{ margin-top: 10px; }
    .rdpro1_sidec_cc{ margin-top: 20px; font-size: 15px;}
    .rdpro1_case a{ width: 32%; margin-top: 20px;}
    .rdpro1_case a:nth-child(2n){ margin-right: 2%; }
    .rdpro1_case a:nth-child(3n){ margin-right: 0px; }
    .morder{ margin-top: 25px; }
    .morder_InputText{ height: 40px; line-height: 40px; }
    .morder_InputText1{ height: 40px; line-height: 40px; }
    .morder_captcha{ height: 40px; line-height: 40px; }
    .morder_img{ height: 30px; }
    .morder_But{ height: 40px; line-height: 40px; border-radius:20px; }
    .rdpro1_tj{ margin-top: 25px; }
    .rdpro1_tj_txt{ height: 38px; line-height: 38px;}
    .rdpro1_lside_ul{ overflow: hidden; }
    .rdpro1_lside_ul li{ cursor: pointer; border-left: solid 3px #DDDDDD; height: 60px; line-height: 60px; padding-left: 30px; font-size: 16px; color: #999999; position: relative; background: #fff; margin-bottom: 10px;}
    .rdpro1_lside_ul li:before{ height:0px; background:#0163b3; content: "";
    position: absolute;
    top:0px;
    left: 0px; 
    width: 3px; transition: all 0.3s;}
    .rdpro1_lside_ul li:hover:before{ height: 100%; }
    .rdpro1_lside_ul li:hover{ color:#0163b3; font-weight: bold; }
    .rdpro1_lside_ul li.on{ color:#0163b3; font-weight: bold; }
    .rdpro1_lside_ul li.on:before{ height: 100%; }
    .rdpro1_lside_mm{ overflow: hidden; }
    .rdpro1_lside_mm a{ width: 100%; float: left; position: relative; height: 80px; line-height: 80px; background: #fff; padding-left: 30px; font-size: 18px; color: #0163b3;}
    .rdpro1_lside_mm a:before{ height:100%; background:#0163b3; content: "";
    position: absolute;
    top:0px;
    left: 0px; 
    width: 3px; transition: all 0.3s;}
    .rdpro1_lside_mm a:hover{ background:#0163b3; color: #fff; }
    #ipro_wraps .container{ position: relative; }
    #ipro_wraps.onmove .rdpro1_lside{ position:fixed; top: 0px; left: 50%; margin-left: -600px;}
    .rdpro1_video{ height: 450px; line-height: 450px;}
}
@media (min-width:1601px) 
{
    #ipro_wrap{ padding: 5px 0px 80px 0px; position: relative;}
    .rdpro1_tt{ font-size: 26px; }
    .rdpro1_gg{ margin-top: 25px; padding-bottom: 20px;}
    .rdpro1_p1{ padding: 16px 0px; }
    .rdpro1_btn{ margin-top: 40px; }
    .rdpro1_btn a{ padding: 12px 60px; font-size: 17px; border-radius: 40px;}
    .rdpro1_zxrx{ margin-top: 25px; }
    .rdpro1_zxrx strong{ font-size: 20px; }
    #ipro_wraps{ margin-top: 40px; }
    .rdpro1_lside{ width: 240px; }
    .rdpro1_side{ padding:5px 70px 70px 70px;}
    .rdpro1_sidec{ margin-top: 50px; padding-bottom: 45px;}
    .rdpro1_sidec_tt{ font-size: 26px; padding-bottom: 15px; }
    #rdpro1_sidec1 .page_Content{ margin-top: 40px; }
    .rdpro1_sidec_ul{ margin-top: 40px; }
    .rdpro1_sidec_ul_p1{ width: 100px; height: 100px; line-height: 100px; font-size: 52px;}
    .rdpro1_sidec_ul_p2{ margin-top: 15px; }
    .rdpro1_sidec_cc{ margin-top: 30px; font-size: 16px;}
    .rdpro1_case a{ width: 32%; margin-top: 25px;}
    .rdpro1_case a:nth-child(2n){ margin-right: 2%; }
    .rdpro1_case a:nth-child(3n){ margin-right: 0px; }
    .morder{ margin-top: 40px; }
    .morder li{ margin-bottom: 15px; }
    .morder_InputText{ height: 50px; line-height: 50px; }
    .morder_InputText1{ height: 50px; line-height: 50px; }
    .morder_captcha{ height: 50px; line-height: 50px; }
    .morder_img{ height: 40px; }
    .morder_But{ width: 260px; height: 50px; line-height: 50px; border-radius:25px; }
    .rdpro1_tj{ margin-top: 40px; }
    .rdpro1_tj_txt{ height: 46px; line-height: 46px;}
    .rdpro1_lside_ul li{ height: 72px; line-height: 72px; font-size: 18px;}
    .rdpro1_lside_mm a{  height: 100px; line-height: 100px; font-size: 23px;}
    #ipro_wraps.onmove .rdpro1_lside{ margin-left: -800px;}
    .proinfoimgs .gallery-thumbs{ width: 90px; float: left; margin-top: 0px; height: 380px;}
    .proinfoimgs .gallery-top{ width: 520px; float: right; }
    .rdpro1_video{ height: 550px; line-height: 550px;}
}
#newslist{ margin-top: 5px; overflow: hidden;}
#newslist li{ overflow: hidden; margin-top: 15px; padding-bottom: 12px; border-bottom: solid 1px #dedede;}
#newslist li a{ width: 100%; float: left; position: relative; padding-bottom: 40px;}
#newslist li a:after{ height:28px; background:url(../images/news_icon1.png) no-repeat; background-size: cover; content: "";
    position: absolute;
    bottom:0px;
    left: 0px; 
    width: 28px; transition: all 0.3s;}
.newslist_txt{ padding-top: 18px; position: relative; }
.newslist_txt:before{ height:2px; background:#0163b3; content: "";
    position: absolute;
    top:10px;
    left: 0px; 
    width: 40px; transition: all 0.3s;}
.newslist_txt_tt{ height: 28px; line-height: 28px; overflow: hidden; font-weight: bold; font-size: 14px;}
.newslist_txt_time{ color: #999; }
.newslist_txt_time span{ margin-right: 6px; }
.newslist_txt_dc{ line-height: 20px; height: 60px; overflow: hidden; color: #999;}
@media (min-width:768px) 
{
    .newslist_img{ width: 30%; float: left;}
    .newslist_txt{ width: 67%; float: right; }
    .newslist_txt_dc{ height: 40px; }
    #newslist li a{ padding-bottom: 0px; padding-right:60px;}
    #newslist li a:after{ top:50%; margin-top: -14px; bottom:auto; left: auto; right: 10px;}
}
@media (min-width:992px) 
{
    #newslist li a{ padding-right: 100px; } 
    .newslist_txt_dc{ margin-top: 10px;}
}
@media (min-width:1200px) 
{
    #newslist li{ margin-top: 25px; padding-bottom: 18px;}
    .newslist_img{ width: 28%; }
    .newslist_txt{ width: 69%; padding-top: 28px;}
    .newslist_txt:before{ top: 15px; width: 30px; }
    #newslist li a{ padding-right: 150px; }
    #newslist li a:after{ width: 33px; height: 33px; margin-top: -16px; right: 20px;}
    .newslist_txt_tt{ height: 32px; line-height: 32px; font-size: 16px;}
    .newslist_txt_dc{ line-height: 23px; height: 46px; }
}
@media (min-width:1601px) 
{
    #newslist li{ margin-top: 40px; padding-bottom: 30px;}
    .newslist_txt{ padding-top: 40px;}
    .newslist_txt:before{ top: 25px; }
    #newslist li a{ padding-right: 200px; }
    #newslist li a:after{ right: 35px;}
    .newslist_txt_tt{ height: 40px; line-height: 40px; font-size: 18px;}
    .newslist_txt_dc{ line-height: 26px; height: 52px; }
}
#newslist li a:hover:after{ background:url(../images/news_icon1h.png) no-repeat; background-size: cover;}
#newslist li a:hover .newslist_txt:before{ width:120px; }
#picUL{margin-top: 5px; overflow: hidden;  }
#picUL li{ margin:15px 0px 0px 0px; overflow: hidden;}
#picUL li a{ width: 100%; height: 100%; float: left; background:#f9f9f9; text-align: center; padding: 5px;}
#picUL li a .pic_02{ height:38px; line-height: 38px; overflow: hidden; margin:0px 5px;}
#picUL li a:hover{ background:#0163b3; color: #fff;  }
@media (min-width:1200px) 
{
    #picUL li{ margin:25px 0px 0px 0px; }
    #picUL li a .pic_02{ height:46px; line-height: 46px; }
}
@media (min-width:1601px) 
{
    #picUL li a .pic_02{ height:56px; line-height: 56px; }
}
.piclist{ overflow: hidden; margin-top: 5px;}
.piclist a{ width: 100%; float: left; margin-top: 15px; background:#f9f9f9;}
.piclist_txt{ padding:10px 15px 15px 15px; }
.piclist_txt_tt{ height: 28px; line-height: 28px; overflow: hidden; font-weight: bold; font-size: 14px; }
.piclist_txt_dc{ line-height: 20px; height: 40px; overflow: hidden; color: #999; }
.piclist_txt_mm{ margin-top: 10px; color: #0163b3; position: relative; height: 20px; line-height: 20px;}
.piclist_txt_mm i{ width: 0px; height: 2px; margin-top: 9px; background: #f2f509; transition: all 0.3s; float: left;}
.piclist_txt_mm span{ float: left; }
@media (min-width:768px) 
{
    .piclist a{ width: 49%; float: left; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .piclist a{ margin-top: 25px; }
    .piclist_txt{ padding:15px 25px 25px 25px; }
    .piclist_txt_tt{ height: 32px; line-height: 32px; font-size: 16px;}
    .piclist_txt_dc{ line-height: 23px; height: 46px;}
}
@media (min-width:1601px) 
{
    .piclist{ margin-top: 10px; }
    .piclist a{ margin-top: 30px; }
    .piclist_txt{ padding:20px 50px 30px 50px; }
    .piclist_txt_tt{ height: 40px; line-height: 40px; font-size: 18px;}
    .piclist_txt_dc{ line-height: 26px; height: 52px; }
}
.piclist a:hover{ background:#0163b3; color: #fff; }
.piclist a:hover .piclist_txt_dc{ color: rgba(255, 255, 255, 0.8); }
.piclist a:hover .piclist_txt_mm{ color: #fff;}
.piclist a:hover .piclist_txt_mm i{ width: 40px; margin-right: 10px;}

/*******Css info*******/
#company_main{ line-height:2; }
#company_main img{ max-width:100%; }
#company_main a{ color:#0163b3;}
#company_main strong{ color:#0163b3;}
#contact_main{ margin:10px auto 0px; color: #666; }
#contact_main a{ color:#f18b00;}
#contact_main p{ line-height: 2; padding:8px 2px; font-size: 13px;border-bottom: solid 1px #f5f5f5; }
#contact_main strong{ color:#f18b00;  }
#page_Title{ line-height:1.8; font-size:16px; text-align:center; }
.page_Info{ height:36px; line-height: 36px; margin-top: 15px; color:#666;  overflow: hidden; border-top:solid 1px #E6E6E6; border-bottom:solid 1px #E6E6E6; }
.page_Infoleft { padding-left: 30px; float: left;}
.page_Infoleft i{ margin-right: 5px; }
#infoImage{ width:100%;text-align:center; margin:15px 0 15px 0;}
#infoImage img{ max-width:100%;  border:#dcdcdc solid 1px;}
.page_Content{ margin:15px auto 0px; line-height:2;}
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    color:#333;
    border-color: #f5f5f5 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.page_Content table td a { text-decoration:underline; color: #333;}
.page_infos{ margin-top: 10px; }
@media (min-width:768px) 
{
    #page_Title{ font-size: 18px; }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 20px; }
    .page_Info{ height: 44px; line-height: 44px; margin-top: 10px; }
    #company_main{ font-size: 15px; }
    #infoImage{ margin-top: 25px; }
    #contact_main p{ padding: 10px 2px; font-size: 15px;}
    .page_infos{ margin-top: 15px; }
    .page_Content{ margin:20px auto 0px; }
}
@media (min-width:1601px) 
{
    #page_Title{ font-size: 24px; }
    .page_Info{ height: 50px; line-height: 50px; margin-top: 20px; }
    #infoImage{ margin-top: 25px; }
    #contact_main p{ padding: 12px 2px; font-size: 16px;}
    .page_infos{ margin-top: 25px; }
    .page_Content{ margin:30px auto 0px; }
}
.page_contact{ margin-top: 20px; padding-top: 15px; border-top: solid 1px #EDEDED;}
.page_contact_left_tt{ font-size: 16px; }
.page_contact_left_mm{ margin-top: 20px; overflow: hidden;}
.page_contact_left_mm a{ font-size: 14px; font-weight: bold; float: left; padding: 8px 32px; border-radius: 18px; background: #0163b3; color: #fff;}
.page_contact_right{ margin-top:20px; }
.page_contact_right #dituContent{ height: 300px; }
.page_contact_tt{ font-size:18px; position: relative; padding-bottom: 20px;}
.page_contact_tt:after{ height:2px; background:#0163b3; content: "";
    position: absolute;
    bottom:10px;
    left: 0px; 
    width: 30px; transition: all 0.3s;} 
.page_contact_ft{ color: #999; }
.pmess{ overflow: hidden; margin-top: 10px;}
.pmess li{ margin-top: 10px; overflow: hidden;}
.pmess_InputText{ outline: none; width: 100%; padding: 0px 15px; background: #f5f5f5; border-radius: 3px; height: 42px; line-height: 42px;}
.pmess_textarea{ outline: none; width: 100%; padding:15px; background: #f5f5f5; border-radius: 3px; height: 96px; line-height: 22px; }
.pmess_captcha{ float: left; outline: none; width: 120px; padding: 0px 15px; background: #f5f5f5; border-radius: 3px; height: 42px; line-height: 42px;}
.pmess_verifyImg{ float: left; height: 42px;}
.pmess_But{ margin-top: 15px; width: 100%; float: left; background: #0163b3; color: #fff; font-size: 13px; text-align: center; border-radius: 3px; height: 42px; line-height: 42px;}
@media (min-width:768px) 
{
    .pmess li{ width: 100%; float: left;}
    .pmess li:nth-child(1){ width: 49%; }
    .pmess li:nth-child(2){ width: 49%; float: right;}
    .pmess_But{ margin-top: 0px; width: 30%; float: right;}
}
@media (min-width:1200px) 
{
    .page_contact{ margin-top: 35px; padding-top: 30px; overflow: hidden;}
    .page_contact_left{ width: 50%; float: left; padding-right: 50px;}
    .page_contact_left_tt{ font-size: 20px; }
    .page_contact_right{ width: 48%;  float: right; margin-top: 0px;}
    .page_contact_right #dituContent{ height: 360px; }
    .page_contact_left_mm{ margin-top: 30px; }
    .page_contact_left_mm a{ font-size: 16px; }
    .page_contact_tt{ font-size: 20px; padding-bottom: 25px;}
    .pmess{ margin-top: 15px; }
    .pmess_InputText{ padding: 0px 20px; border-radius: 5px; height: 50px; line-height: 50px;}
    .pmess_textarea{ padding:20px; border-radius: 5px; height: 115px; line-height: 25px; }
    .pmess_captcha{ width: 160px; padding: 0px 20px; border-radius: 5px; height: 50px; line-height: 50px;}
    .pmess_verifyImg{ height: 50px;}
    .pmess_But{  font-size: 15px; height: 50px; line-height: 50px;} 
}
@media (min-width:1601px) 
{
    .page_contact{ margin-top: 50px; padding-top: 45px; }
    .page_contact_right #dituContent{ height: 400px; }
    .page_contact_left_tt{ font-size: 22px; }
    .page_contact_left_mm{ margin-top: 40px; }
    .page_contact_left_mm a{ font-size: 17px; padding: 10px 50px; border-radius: 25px;}
    .page_contact_tt{ font-size: 26px; padding-bottom: 25px;}
    .page_contact_ft{ margin-top: 15px; }
    .pmess{ margin-top: 25px; }
    .pmess li{ margin-top: 15px; }
    .pmess_InputText{ height: 60px; line-height: 60px;}
    .pmess_textarea{ height: 140px; line-height: 30px; }
    .pmess_captcha{ width: 180px; height: 60px; line-height: 60px;}
    .pmess_verifyImg{ height: 60px;}
    .pmess_But{  font-size: 16px; height: 60px; line-height: 60px;} 
}
.page_contact_left_mm a:hover{ background:#f18b00; color: #fff;}
.pmess_But:hover{ background:#f18b00; color: #fff;}

/* 无内容 */
.no-goods,.no-network{
  padding-top:70px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  color:#666666;
  line-height: 2;
}

.page_message{ overflow: hidden; margin-top: 10px;}
.seek_job li{ padding-top:10px; height: 100%; overflow: hidden;}
.seek_t1{ float: left; font-weight: bold; height: 40px; line-height: 40px; width:60px;}
.job_nam{ float: left; margin-left: 15px; color:#0163b3; font-weight: bold; }
.G_InputText{
    width:100%;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_InputText:hover{ border:1px solid #0163b3; }
.G_captcha{
    width:85px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_captcha:hover{ border:1px solid #0163b3; }
.G_textarea{
    width:100%;
    height:150px;
    line-height:30px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_textarea:hover{ border:1px solid #0163b3; }
.G_select{ float: left; border:1px solid #dedede; height: 40px; line-height: 40px; }
.job_radio{ float: left; }
.G_img{ float: left; margin-top: 10px; margin-left: 5px; }
.G_But{
    width:100%;
    height:50px;
    line-height:50px;
    background:#0163b3;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: left;outline: none; border: 0px;font-size: 18px;
}
.G_But:hover{
    background:#f18b00; color: #fff;
}
@media (min-width:370px) 
{
    .G_captcha{ width: 100px; }
    .G_InputText{ width:250px; }
    .G_textarea{ width:250px; }
}
@media (min-width:768px) 
{
    .G_InputText{ width: 500px; }
    .G_textarea{ width: 500px; }
    .G_But{ width: 400px; }
}
@media (min-width:1200px) 
{
    .page_message{ margin-top: 15px; }
    .page_message_left{ width: 70%; float: left;}
    .page_message_wx{ width: 140px; color: #999; float: left; margin-left: 60px; margin-top: 40px; text-align: center; }
    .page_message_wx img{ width: 100%; display: inline-block; }
}
@media (min-width:1601px) 
{
    .page_message{ margin-top: 30px; }
    .seek_job li{ margin-top: 13px; }
    .seek_t1{ height: 54px; line-height: 54px; }
    .G_InputText{ width: 700px; height: 54px; line-height: 54px;}
    .G_textarea{ width: 700px; }
    .G_captcha{ height: 54px; line-height: 54px; width: 130px; }
    .G_But{ width: 400px; height: 58px; line-height: 58px;} 
    .page_message #verifyImg{ margin-top: 10px; }
    .page_message_wx{ width: 145px; margin-left: 100px; }
    .page_message_wx img{ margin-bottom: 10px; }
}


/*******Css prev_next*******/
#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #0163b3; }
#prev_next li div{ display: inline-block; }
/*css digg style pagination*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 20px 0 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #0163b3;
  background: #0163b3;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (min-width:768px) 
{
    .de-page-mian .page-inner span { display: block; }
    .de-page-mian .page-inner input { display: block; }
    .de-page-mian .page-inner a.page-btn { display: block; }
}
@media (min-width:1200px) 
{
    .de-page-mian{ margin: 30px 0 10px; }
}
@media (min-width:1601px) 
{
    .de-page-mian{ margin: 50px 0 10px; }
}
div.digg{ margin:10px auto; text-align:center; float:right; display: inline;}
div.digg a{border:#dedede 1px solid; padding:3px 10px; margin:3px; color:#666; display: inline-block;}
div.digg a:hover{border:#0163b3 1px solid;color:#fff; background: #0163b3;}
div.digg a:active{border:#0163b3 1px solid;color:#fff; background: #0163b3;}
div.digg span.current{border:solid 1px #0163b3;padding:3px 15px; font-weight:bold; margin:3px; color:#fff; background-color:#0163b3; display: inline-block;}
div.digg span.disabled{border:#dedede 1px solid;padding:3px 10px;margin:3px;color:#ddd;  display: inline-block;}
div.digg select{ border:#dedede 1px solid; padding:3px 0px; display: inline-block;}